.fsl-buttons {
  width: 100%;
  display:block;
  overflow:hidden;
  clear:both;
}

.fsl-buttons h4 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.fsl-buttons img{
	border:0 !important;
}

.fsl-nl{
  border-top: none;
  border-bottom: none;
  
}

.fsl-tl{
  border-top: thin solid #808080;
  padding-top: 5px;
}

.fsl-bl{
  border-bottom: thin solid #808080;
  padding-bottom:5px;
  overflow:hidden;
}

.fsl-bothl{
  border-top: thin solid #808080;
  border-bottom: thin solid #808080;
  padding-top: 5px;
  padding-bottom:5px;
  overflow:hidden;
}


.fsl-sb-left{
	float:left;
	padding-top: 10px;
}

.fsl-sb-right{
    float:right;
    padding-top: 10px;
}

.fsl-sb-center{
    margin-left: auto;
    margin-right: auto;
    text-align:center !important;
    padding-top: 10px;
}